a11y: Add dummy AT-SPI context
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 29 Sep 2020 17:18:36 +0000 (18:18 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 12 Oct 2020 15:19:31 +0000 (16:19 +0100)
commit8f19bb0832189cd39f1e0c06ae279e1893a6ab18
tree088d74d551a436ebcf001bcfe522e640ddbdb77f
parentc50916d27be3dd19c97dccdb02b259397e13852c
a11y: Add dummy AT-SPI context

Does not do anything, at the moment, but it's going to get filled out
soon.

The backend is selected depending on the platform being compiled in;
since we're using AT-SPI on X11 and Wayland, and we don't have other
accessibility implementations, we currently don't care about run time
selection, but we're going to have to deal with that.
gtk/a11y/gtkatspicontext.c [new file with mode: 0644]
gtk/a11y/gtkatspicontextprivate.h [new file with mode: 0644]
gtk/a11y/meson.build
gtk/gtkatcontext.c